body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form, 
fieldset,input,textarea,p,blockquote,th,td { 
    margin:0; 
    padding:0; 
} 
table { 
    border-collapse:collapse; /*让表格边框细线*/
    border-spacing:0; /*清除边框间距*/
} 
fieldset,img { 
    border:0 none; /*有些浏览器默认这些标签有边框，所以要清除默认边框*/
    display:block;
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
    /*清除标签默认文本样式和加粗*/
} 
ol,ul { 
    list-style:none; /*清除列表默认样式*/
} 
caption,th { 
    text-align:left; /*清除标签默认文本居中对齐*/
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; /*清除标题标签的默认样式*/
} 
a{
    text-decoration:none;/*大部分页面中的链接没有下划线*/
}
a:hover{
    text-decoration:none;/*大部分页面中的链接没有下划线*/
}
.clearfix:after{
        height:0;
        content:" ";
        display:block;
        overflow:hidden;
        clear:both;
    }
.clearfix{
    zoom:1;/*IE低版本浏览器不支持after伪类所以要加这一句*/
}

*{
    margin:0;
    padding:0;
	font-family: "微软雅黑";
}
.wrap{
    width:1200px;
    margin:0 auto;
}
body{
	
	background: url(../../images/login/banner.png) no-repeat center top;
	background-color: #EEEEEE;
}
/* 头部*/
.logo{
	height: 150px;
	margin-top: 30px;
}
/* 通知公告*/
.inform{
	width: 820px;
	height: 326px;
	background: #ffffff;
	
	margin-right: 20px;
	float: left;
}
.inform p{
	line-height: 60px;
	float: left;
}
.inform .i_title{
	width: 100%;
}
.inform p:nth-child(1){
	font-size: 18px;
	color: #2494F2;
	font-weight: bold;
	padding-left: 34px;
	background: url(../../images/login/inform.png) no-repeat left 20px;
	margin-left: 40px;
}
.inform .i_title a{
	display: block;
	line-height: 60px;
	font-size: 16px;
	color: #abd7fe;
	padding-right: 20px;
	background: url(../../images/login/more.png) no-repeat right 24px;
	margin-right: 40px;
	float: right;
}
.inform a:hover{
	color: #2494F2;
}
.inform .i_content{
	padding:30px 40px 0px 40px;
	border-radius: 0 0 8px 8px;
	background: #FFFFFF;
	border-top: 1px solid #2494f2;
}
.inform .i_content li{
	width: 100%;
	border-bottom:1px solid #eeeeee ;
}
.inform .i_content li a{
	float: left;
	line-height: 34px;
	color: #333333;
	font-size: 12px;
	width: 600px;
	height: 34px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	
}
.inform .i_content li span{
	float: right;
	display: block;
	line-height: 34px;
	color: #333333;
	font-size: 12px;
}
.inform .i_content li a:hover{
	color: #2494F2;
}
/*登录框*/
.login{
	float: right;
	width: 360px;
	background: #FFFFFF;
}
.l_title{
	width: 100%;
	padding-left: 40px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.l_title a{
	float: left;
	display: block;
	width: 140px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #ABD7FE;
	border-bottom: 2px solid #ABD7FE;
}
.l_title .default,.l_title a:hover{
	color: #2494F2;
	border-bottom: 2px solid #2494F2;
}
.l_concent{
	padding-left: 40px;
}

.input-wrap{
    height:38px;
    width:280px;
    border:1px solid #cacaca;
    font-size: 14px;
    background:url(../../images/login/yh.png) no-repeat 10px 9px;
    border-radius: 4px;
    
}
.input-sms-wrap{
	height:38px;
    width:280px;
    border:none;
    font-size: 14px;
    border-radius: 4px;
}
.login .input-wrap:hover{
    border:1px solid #2494f2;
}
.login .input-sms-wrap:hover{
	border:none;
}
.login .input-wrap input{
    height:38px;
    margin-left: 40px;
    display: inline; 
    width: 240px;
    border: none;
    box-shadow: none !importment;
    border-radius: 4px;
}
.login .input-sms-wrap input{
    height:38px;
    float:left;
    margin-left: 0;
    width: 102px;
    border:1px solid #cacaca;
    font-size: 14px;
    text-align: center;
    box-shadow: none !importment;
    border-radius: 4px;
}
.login .input-sms-wrap .btn_sendCode{
	float: left;
	margin-left:20px;
    width:125px;
    display: inline; 
    line-height:40px;
    text-align: center;
    background:#2494f2;
    font-size:14px;
    color:#fff;
    font-family: "微软雅黑";
	border-radius:4px;
}
input::-webkit-input-placeholder{
            color:#CACACA;
        }
        input::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color:#CACACA;
        }
        input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:#CACACA;
        }
        input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color:#CACACA;
        }
        
.login .password .input-wrap{
    background:url(../../images/login/mm.png) no-repeat 10px 8px;
}

.login .username,.login .password{
    margin-bottom: 12px;
}
.login .expertmobile{
	margin-bottom: 18px;
}

.login .smsDigit{
    margin-bottom: 18px;
}
/* 登录框验证码部分*/

.login .yzm11{
    margin-bottom: 10px;
}
.login #yzm11{
    width:130px;
    height:38px;
    border:1px solid #cacaca;
    font-size: 14px;
    text-align: center;
    float:left;
    border-radius:4px;
    color: #999999;
}

.login .yzm12{
    display:block;
    float:left;
    width:130px;
    height:38px;
    background:#fff;
    border-radius:4px;
    margin-left: 20px;
}
.login .yzm12 img{
    width:100%;
    height:100%;
    background-size: cover;
}
/* -------------------- */
.login .yzm21{
    margin-bottom: 17px;
}
.login #yzm21{
    width:130px;
    height:38px;
    border:1px solid #cacaca;
    font-size: 14px;
    text-align: center;
    float:left;
    border-radius:4px;
    color: #999999;
}

.login .yzm22{
    display:block;
    float:left;
    width:130px;
    height:38px;
    background:#fff;
    border-radius:4px;
    margin-left: 20px;
}
.login .yzm22 img{
    width:100%;
    height:100%;
    background-size: cover;
}
/* 登录框记住密码部分*/

.remmenber input{
    width:14px;
    height:14px;
    float:left; 
    padding-right: 10px;
}
.login .remmenber{
    font-size:14px;
    color:#999; 
    line-height: 14px;
    margin-bottom: 14px;
    margin-top: 14px;
    width:280px;
}
.login .remmenber p{
    float:left; 
}
.login .remmenber a{
    display:block;
    float:left;
    margin-left: 20px;
    color:#999;
}
.login .remmenber a:hover{
    color:#2494f2;
}
.login .login_btn{
	float: left;
    display:block;
    width:90px;
    line-height:40px;
    text-align: center;
    background:#2494f2;
    font-size:16px;
    color:#fff;
    font-family: "微软雅黑";
	margin-bottom: 28px;
	margin-right: 10px;
	border-radius:4px;
}
.register{
	float: left;
}
.register .personal,.register .company,.register .expert{
	display:block;
    width:90px;
    line-height:40px;
    text-align: center;
    background:#feb900;
    font-size:12px;
    color:#fff;
    font-family: "微软雅黑";
    float: left;
}
.register .personal span,.register .expert span{
	height: 24px;
	background: #bf8e0a;
	width: 1px;
	float: right;
	margin-top: 8px;
	
}
.register .personal{
	border-radius: 4px 4px 4px 4px;
}
.register .company{
	border-radius: 0 4px 4px 0;
}
.register .expert{
	border-radius: 4px 4px 4px 4px;
}
.register .personal:hover,.register .company:hover,.register .expert:hover{
	background: #BF8E0A;
}
/*工作指南*/
.guide{
	margin-top: 20px;
	background: #FFFFFF;
}
.guide .g_title{
	width: 100%;
	border-bottom: 1px solid #2494F2;
}
.guide .g_title p{
	font-size: 18px;
	color: #2494F2;
	line-height: 60px;
	font-weight: bold;
	padding-left: 34px;
	background: url(../../images/login/guide.png) no-repeat left 18px;
	margin-left: 40px;
	float: left;
}
/*导航*/
.g_nav{
	float: right;
	margin-top: 20px;
	margin-right: 30px;
}
.g_nav li{
	margin-right: 10px;
	background: #EEEEEE;
	border-radius: 4px 4px 0 0;
	float: left;
}
.g_nav li a{
	display: block;
	padding: 0 22px;
	line-height: 40px;
	font-size: 12px;
	color: #666666;
	border-radius: 4px 4px 0 0;
}
.g_nav li a:hover{
	color: #FFFFFF;
	background: #2494F2;
}
.g_nav .g_current {
	background: #2494F2;
	font-weight: bold;
}
.g_nav .g_current a{
	color: #FFFFFF;
}
/*表格部分*/
.g_concent{
	padding: 10px 40px 40px 40px;
}
.g_concent .g_c_title p{
	font-size: 14px;
	color: #333333;
	line-height: 34px;
	float: left;
	margin-bottom: 20px;
}
.g_concent .g_c_title  a{
	font-size: 14px;
	color: #333333;
	line-height: 34px;
	padding-left: 45px;
	background: url(../../images/login/demo.png) no-repeat left 5px;
	margin-left: 40px;
	float: right;
}
.g_specific table{
	width: 100%;
	text-align: center;
	line-height: 40px;
	border-left: 0;
	border-right: 0;
	font-size: 14px;
	color: #666666;
}
.g_specific table tr{
	border-left: 0;
	border-right: 0;
}
.g_specific table th{
	text-align: center;
	border-left: 0;
	border-right: 0;
	color: #333333;
	font-weight: bold;
	border-bottom: 2px solid #dddddd;
	border-top: 2px solid #dddddd;
	background: #EEEEEE;
}
.g_specific table td{
	text-align: center;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #EEEEEE;
	background: #f4f4f4;
}
.g_specific table tr:nth-child(2) td,.g_specific table tr:nth-child(4) td{
	background: #FFFFFF;
}
.g_specific table tr td:nth-child(4) a{
	padding-left: 25px;
	color: #2494F2;
	background: url(../../images/login/word.png) no-repeat;
}
.g_specific table tr td:nth-child(2) a{
	color: #2494F2;
}
/*foot部分*/
.foot{
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
	background-color: rgba(255,255,255,0.6);
	font-size: 12px;
	font-weight: 400;
	color:#333;
}
.foot li{
	float: left;
	font-size: 12px;
	margin-right: 30px;
}
.foot li p, .foot li small{
	font-size: 12px;
}

.foot li span,.foot li a{
	display: inline-block;
	line-height: 31px;
	font-size: 12px !important;
	color:#999999;
}
